Skip to content

[UR][CUDA] Fix command-buffer handle inheritance #18457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2025

Conversation

EwanC
Copy link
Contributor

@EwanC EwanC commented May 14, 2025

The ur_exp_command_buffer_handle_t_ definition in the CUDA adapter was missed in #17118 in the changes to inherit from a base handle.

Discovered by seeing segfaults in the UR CTS tests locally, and git bisecting back to that change.

@EwanC EwanC requested a review from RossBrunton May 14, 2025 09:05
@EwanC EwanC requested a review from a team as a code owner May 14, 2025 09:05
@EwanC EwanC requested a review from konradkusiak97 May 14, 2025 09:05
The `ur_exp_command_buffer_handle_t_` definition in the CUDA
adapter was missed in intel#17118 in
the changes to inherit from a base handle.

Discovered by seeing segfaults in the UR CTS tests locally, and
git bisecting back to that change.
@EwanC EwanC force-pushed the ewan/fix_cuda_ur_command-buffer branch from 9939613 to bbe079a Compare May 14, 2025 09:07
@EwanC EwanC temporarily deployed to WindowsCILock May 14, 2025 09:08 — with GitHub Actions Inactive
@EwanC EwanC temporarily deployed to WindowsCILock May 14, 2025 09:29 — with GitHub Actions Inactive
@EwanC EwanC temporarily deployed to WindowsCILock May 14, 2025 09:29 — with GitHub Actions Inactive
@EwanC
Copy link
Contributor Author

EwanC commented May 14, 2025

@intel/llvm-gatekeepers Can we merge this please? The CI failing config is for Arc, however this is a CUDA only change.

********************
Failed Tests (3):
  SYCL :: Adapters/level_zero/interop-buffer-ownership.cpp
  SYCL :: Adapters/level_zero/usm_device_read_only.cpp
  SYCL :: Basic/buffer/buffer_create.cpp

@martygrant
Copy link
Contributor

Created an issue to for the failing Arc tests here as they failed on another PR #18463

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants